func runtime.evacuated
19 uses
	runtime (current package)
		map.go#L204: func evacuated(b *bmap) bool {
		map.go#L427: 		if !evacuated(oldb) {
		map.go#L488: 		if !evacuated(oldb) {
		map.go#L532: 		if !evacuated(oldb) {
		map.go#L897: 			if !evacuated(b) {
		map.go#L1158: 	return evacuated(b)
		map.go#L1172: 	if !evacuated(b) {
		map.go#L1551: 		if evacuated(srcBmap) {
		map.go#L1628: 			if evacuated(b) {
		map.go#L1691: 			if evacuated(b) {
		map_fast32.go#L38: 			if !evacuated(oldb) {
		map_fast32.go#L78: 			if !evacuated(oldb) {
		map_fast32.go#L377: 	if !evacuated(b) {
		map_fast64.go#L38: 			if !evacuated(oldb) {
		map_fast64.go#L78: 			if !evacuated(oldb) {
		map_fast64.go#L379: 	if !evacuated(b) {
		map_faststr.go#L89: 		if !evacuated(oldb) {
		map_faststr.go#L184: 		if !evacuated(oldb) {
		map_faststr.go#L405: 	if !evacuated(b) {
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |